home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dorpch35.arc / CHANGES.DOC < prev    next >
Text File  |  1989-03-20  |  5KB  |  173 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                             D  O  O  R  P  C  H
  11.                            =====================
  12.  
  13.  
  14.                                 Release 3.5
  15.  
  16.  
  17.                              January 17, 1989
  18.  
  19.  
  20.                       Clint Labarthe & Terry Shockley
  21.                         Copyright (C),  1987 - 1989
  22.  
  23.  
  24.                   Black Hole BBS, Longwood, Florida 32750
  25.  
  26.                           Node 1 BBS 407-260-6397
  27.  
  28.                           Node 2 By Subscription
  29.  
  30.                           300/1200/2400 24 Hours
  31.  
  32.  
  33.                   Death Star BBS, Orlando, Florida 32751
  34.  
  35.                           Node 1 BBS 407-875-4123
  36.  
  37.                           300/1200/2400 24 Hours
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                             Table  Of  Contents
  44.                            =====================
  45.  
  46.  
  47.      Change History . . . . . . . . . . . . . . . . . . 1
  48.        DoorPch Version 3.2  . . . . . . . . . . . . . . 1
  49.        DoorPch Version 3.3  . . . . . . . . . . . . . . 1
  50.        DoorPch Version 3.4  . . . . . . . . . . . . . . 1
  51.        DoorPch Version 3.5  . . . . . . . . . . . . . . 2
  52.  
  53.      DoorPch - Version 3.5
  54.      Change History Document
  55.  
  56.      DoorPch Version 3.2
  57.      ===================
  58.  
  59.      The  format  of lines 24 and 25 have been completely  changed  to
  60.      coincide  with those provided by PCBoard. All  the  functionality
  61.      you had in 3.1 is still available in 3.2.
  62.  
  63.      Removed  logic  that  checked  for a  scheduled  event  from  the
  64.      keyboard input loop. The CALLERS time remaining is now  shortened
  65.      if  an event would occur while in the DOOR. The code will  reduce
  66.      the  time  remaining to allow PCBoard to honor  the  buffer  time
  67.      specified in PCBOARD.DAT.
  68.  
  69.      A bug existed in DoorPch 3.1 which would allow a CALLER's time to
  70.      expire while in SysOp CHAT mode in the DOOR. This error has  been
  71.      corrected in version 3.2.
  72.  
  73.      This  version of DoorPch is NOT compatible with PCBOARD  12.1  or
  74.      below.  It has been specifically written to process PCBoard  14.0
  75.      system  files.   The Salt Air staff has stated that it  is  their
  76.      intention to "freeze" the record layouts of their files with  the
  77.      14.0  release  therefore it is assumed DoorPch 3.2 will  work  on
  78.      subsequent versions of PCBoard. Of course, should an  enhancement
  79.      to PCBoard require a recompilation of DoorPch, we will provide  a
  80.      subsequent release.
  81.  
  82.  
  83.      DoorPch Version 3.3
  84.      ===================
  85.  
  86.      A bug was fixed that inaccurately computed the time a caller  had
  87.      left in door processing. The caller was receiving a message  that
  88.      their time had expired.  This only effected callers that had been
  89.      given  a  very  large amount of time  for  the  "time  remaining"
  90.      calculation.
  91.  
  92.      An  additional variable has been added (LOCALUSR%)  which  allows
  93.      the  Door program to determine if it is running in LOCAL mode.
  94.  
  95.  
  96.      DoorPch Version 3.4
  97.      ===================
  98.  
  99.      A bug was fixed in the scrolling routines that prevented  DoorPch
  100.      programs from running correctly on IBM PC's that had the original
  101.      ROM BIOS chips.
  102.  
  103.      Two  new variables are now available for user access.  The  first
  104.      variable,  BAUDOPEN$,  provides the baud rate at  which  the  BBS
  105.      "opened" the Com port.  The second variable, BAUDCONN$,  provides
  106.      the baud rate at which a connection was successfully made to  the
  107.      BBS system.
  108.  
  109.  
  110.  
  111.  
  112.                                   Page  1
  113.      DoorPch - Version 3.5
  114.      Change History Document
  115.  
  116.      The READ.TXT subroutine has been changed.  Prior to Version  3.4,
  117.      the file name passed as a parameter was expected to reside in the
  118.      current  drive and directory.  In this release, you may now  pass
  119.      the full drive, path, and file name as a parameter.
  120.          Example: CALL READ.TXT ("C:\doors\junk.txt")
  121.  
  122.  
  123.      DoorPch Version 3.5
  124.      ===================
  125.  
  126.      Unfortunately, right after DoorPch Version 3.4 was released,  the
  127.      authors were notified of two problems that needed to be  correct-
  128.      ed.  One of problems was introduced in Version 3.4 and the second
  129.      problem   had  existed in the code since the release  of  PcBoard
  130.      14.0.
  131.  
  132.      The  first  problem  dealt  with  the  READ.TXT  subroutine.  The
  133.      subroutine was printing an extra line of text after the user  had
  134.      requested to end the display.
  135.  
  136.      The second problem dealt with the way a user was given credit for
  137.      any time spent uploading a file or time they were in "Chat"  mode
  138.      with another user or the Sysop.  This error has caused some  door
  139.      programs  to  report the user's time limit had  expired  when  in
  140.      reality   they  still  had  several  minutes  left  for   further
  141.      processing.
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.                                   Page  2
  173.